xen memory allocator: per-bit-width heap zones
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 17:01:38 +0000 (17:01 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Fri, 23 Feb 2007 17:01:38 +0000 (17:01 +0000)
commitd3ed20c747da06d5d8a497b5f50657ab73af5d38
treeee5fbcf2fdec0af40151a8f00264ee513e177f40
parent7b68919128008cfabf16367608ba77ddb88e9abc
xen memory allocator: per-bit-width heap zones

Replace the 3-zone scheme of the heap allocator with one with one
where zones are distinguished by their bit widths.

Signed-off-by: Jan Beulich <jbeulich@novell.com>
xen/common/page_alloc.c